chore: release packages#277
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Release PR generated by Changesets to publish @temporal-contract/* packages at 6.0.0, primarily reflecting the repo-wide upgrade of the unthrown peer dependency to ^3.
Changes:
- Bump package versions to
6.0.0forclient,contract,worker, andtesting. - Generate/update per-package
CHANGELOG.mdentries for the6.0.0release. - Remove the consumed changeset file
.changeset/unthrown-v3.md.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/worker/package.json | Version bump to 6.0.0 for release publication. |
| packages/worker/CHANGELOG.md | Adds 6.0.0 release notes (unthrown v3 upgrade + dependency bump). |
| packages/testing/package.json | Version bump to 6.0.0 for release publication. |
| packages/testing/CHANGELOG.md | Adds 6.0.0 release notes (currently claims unthrown peer dep change). |
| packages/contract/package.json | Version bump to 6.0.0 for release publication. |
| packages/contract/CHANGELOG.md | Adds 6.0.0 release notes (unthrown v3 upgrade). |
| packages/client/package.json | Version bump to 6.0.0 for release publication. |
| packages/client/CHANGELOG.md | Adds 6.0.0 release notes (unthrown v3 upgrade + dependency bump). |
| .changeset/unthrown-v3.md | Removed after being incorporated into changelogs/version bumps. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@temporal-contract/client@6.0.0
Major Changes
6c79004: Upgrade to
unthrown3.0.0.The published packages'
unthrownpeer-dependency range moves to^3. unthrown 3.0.0's breaking change — removing the standaloneDefectconstructor in favour of adefectargument passed intofromPromise/fromThrowable'squalifycallback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok/Err,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), and theresult.isOk()/isErr()/isDefect()narrowing) is unchanged, so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^3.Patch Changes
@temporal-contract/contract@6.0.0
Major Changes
6c79004: Upgrade to
unthrown3.0.0.The published packages'
unthrownpeer-dependency range moves to^3. unthrown 3.0.0's breaking change — removing the standaloneDefectconstructor in favour of adefectargument passed intofromPromise/fromThrowable'squalifycallback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok/Err,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), and theresult.isOk()/isErr()/isDefect()narrowing) is unchanged, so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^3.@temporal-contract/testing@6.0.0
Major Changes
6c79004: Upgrade to
unthrown3.0.0.The published packages'
unthrownpeer-dependency range moves to^3. unthrown 3.0.0's breaking change — removing the standaloneDefectconstructor in favour of adefectargument passed intofromPromise/fromThrowable'squalifycallback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok/Err,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), and theresult.isOk()/isErr()/isDefect()narrowing) is unchanged, so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^3.@temporal-contract/worker@6.0.0
Major Changes
6c79004: Upgrade to
unthrown3.0.0.The published packages'
unthrownpeer-dependency range moves to^3. unthrown 3.0.0's breaking change — removing the standaloneDefectconstructor in favour of adefectargument passed intofromPromise/fromThrowable'squalifycallback — does not affect temporal-contract, which never constructs defects (every boundary maps rejections to a modeled error). Everything else we use (Ok/Err,TaggedError,matchTags,fromPromise/fromSafePromise,result.match({ ok, err, defect }),.toAsync(), and theresult.isOk()/isErr()/isDefect()narrowing) is unchanged, so no source changes were required.Breaking for consumers: bump your own
unthrowninstall to^3.Patch Changes